projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eeb42c
)
Fix a typo.
author
Gerd Moellmann
<gerd@gnu.org>
Thu, 21 Dec 2000 20:42:01 +0000
(20:42 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Thu, 21 Dec 2000 20:42:01 +0000
(20:42 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 7051d817b2ec3119c02141bf9f3fdea8abdf77f4..295488e0c9a72015471bb0b4e1bf8c3dfd495bfe 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-11529,7
+11529,7
@@
DEFUN ("dump-glyph-row", Fdump_glyph_row, Sdump_glyph_row, 1, 2, "",
"Dump glyph row ROW to stderr.\n\
GLYPH 0 means don't dump glyphs.\n\
GLYPH 1 means dump glyphs in short form.\n\
-GLYPH > 1 or omitted means dump glyphs
o
n long form.")
+GLYPH > 1 or omitted means dump glyphs
i
n long form.")
(row, glyphs)
Lisp_Object row, glyphs;
{